CustomPropertyName Constructor (String, String) |
Initializes a new instance of the CustomPropertyName class.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic CustomPropertyName(
string name,
string set
)
Public Sub New (
name As String,
set As String
)
Parameters
- name
- Type: SystemString
- set
- Type: SystemString
See Also